home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / biz / demo / mrback_b_demo114.lha / ARexx_Scripts / TestForMRBackup.rexx < prev    next >
OS/2 REXX Batch file  |  1991-01-12  |  175b  |  8 lines

  1.  
  2. if ~(Show('P', 'MRBackup_#1')) then do
  3.     say "You must run MRBackup first. With a little work, you could"
  4.     say "get this ARexx script to do it for you."
  5.     exit 1
  6. end
  7.  
  8.